[INFO] fetching crate kdb_c_api 0.1.6...
[INFO] testing kdb_c_api-0.1.6 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate kdb_c_api 0.1.6 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kdb_c_api 0.1.6
[INFO] finished tweaking crates.io crate kdb_c_api 0.1.6
[INFO] tweaked toml for crates.io crate kdb_c_api 0.1.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kdb_c_api 0.1.6 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a2a0165c2fbd9e917e93454cb8623bcebd8d30cb94b6007f9627571d5fa8714
[INFO] running `Command { std: "docker" "start" "-a" "1a2a0165c2fbd9e917e93454cb8623bcebd8d30cb94b6007f9627571d5fa8714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a2a0165c2fbd9e917e93454cb8623bcebd8d30cb94b6007f9627571d5fa8714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a2a0165c2fbd9e917e93454cb8623bcebd8d30cb94b6007f9627571d5fa8714", kill_on_drop: false }`
[INFO] [stdout] 1a2a0165c2fbd9e917e93454cb8623bcebd8d30cb94b6007f9627571d5fa8714
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91de5da063b546ed643be208aea07f11b95ca1070c718b9cf65acaf39287f874
[INFO] running `Command { std: "docker" "start" "-a" "91de5da063b546ed643be208aea07f11b95ca1070c718b9cf65acaf39287f874", kill_on_drop: false }`
[INFO] [stderr]    Compiling kdb_c_api v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/native.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 |   pub fn sd1(socket: I, function: extern fn(I) -> K) -> K;
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/lib.rs:2264:47
[INFO] [stdout]      |
[INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{
[INFO] [stdout]      |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]     --> src/lib.rs:2309:10
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{Box::from_raw(obj_slice[1])};
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]      = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{let _ = Box::from_raw(obj_slice[1]);};
[INFO] [stdout]      |          +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "91de5da063b546ed643be208aea07f11b95ca1070c718b9cf65acaf39287f874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91de5da063b546ed643be208aea07f11b95ca1070c718b9cf65acaf39287f874", kill_on_drop: false }`
[INFO] [stdout] 91de5da063b546ed643be208aea07f11b95ca1070c718b9cf65acaf39287f874
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ebb9118d4c1df179b6e327b06c4526b4822c6f81116ed31ded171948a04ef0a
[INFO] running `Command { std: "docker" "start" "-a" "7ebb9118d4c1df179b6e327b06c4526b4822c6f81116ed31ded171948a04ef0a", kill_on_drop: false }`
[INFO] [stderr]    Compiling kdb_c_api v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/native.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 |   pub fn sd1(socket: I, function: extern fn(I) -> K) -> K;
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/lib.rs:2264:47
[INFO] [stdout]      |
[INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{
[INFO] [stdout]      |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]     --> src/lib.rs:2309:10
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{Box::from_raw(obj_slice[1])};
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]      = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{let _ = Box::from_raw(obj_slice[1]);};
[INFO] [stdout]      |          +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/native.rs:822:35
[INFO] [stdout]     |
[INFO] [stdout] 822 |   pub fn sd1(socket: I, function: extern fn(I) -> K) -> K;
[INFO] [stdout]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]     --> src/lib.rs:2264:47
[INFO] [stdout]      |
[INFO] [stdout] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{
[INFO] [stdout]      |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stdout]     --> src/lib.rs:2309:10
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{Box::from_raw(obj_slice[1])};
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stdout]      = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]      |
[INFO] [stdout] 2309 |   unsafe{let _ = Box::from_raw(obj_slice[1]);};
[INFO] [stdout]      |          +++++++                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "7ebb9118d4c1df179b6e327b06c4526b4822c6f81116ed31ded171948a04ef0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ebb9118d4c1df179b6e327b06c4526b4822c6f81116ed31ded171948a04ef0a", kill_on_drop: false }`
[INFO] [stdout] 7ebb9118d4c1df179b6e327b06c4526b4822c6f81116ed31ded171948a04ef0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 33ba563f9ddc100fd0ee12f7eec9a32e5b13f828a28924cd5511e8c15502c384
[INFO] running `Command { std: "docker" "start" "-a" "33ba563f9ddc100fd0ee12f7eec9a32e5b13f828a28924cd5511e8c15502c384", kill_on_drop: false }`
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]    --> src/native.rs:822:35
[INFO] [stderr]     |
[INFO] [stderr] 822 |   pub fn sd1(socket: I, function: extern fn(I) -> K) -> K;
[INFO] [stderr]     |                                   ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]     --> src/lib.rs:2264:47
[INFO] [stderr]      |
[INFO] [stderr] 2264 | pub fn register_callback(socket: I, function: extern fn(I) -> K) -> K{
[INFO] [stderr]      |                                               ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `Box::<T>::from_raw` that must be used
[INFO] [stderr]     --> src/lib.rs:2309:10
[INFO] [stderr]      |
[INFO] [stderr] 2309 |   unsafe{Box::from_raw(obj_slice[1])};
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
[INFO] [stderr]      = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]      |
[INFO] [stderr] 2309 |   unsafe{let _ = Box::from_raw(obj_slice[1]);};
[INFO] [stderr]      |          +++++++                            +
[INFO] [stderr] 
[INFO] [stderr] warning: `kdb_c_api` (lib) generated 3 warnings (run `cargo fix --lib -p kdb_c_api` to apply 2 suggestions)
[INFO] [stderr] warning: `kdb_c_api` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kdb_c_api-606b0992446dc939)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests kdb_c_api
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 97 tests
[INFO] [stdout] test src/lib.rs - KUtility::get_guid (line 502) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_long (line 596) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_attribute (line 782) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_bool (line 479) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_dictionary (line 757) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_string (line 734) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_str (line 711) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_symbol (line 688) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_int (line 573) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_char (line 665) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_byte (line 527) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::append (line 805) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_short (line 550) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_float (line 642) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::q_ipc_encode (line 967) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::push_raw (line 868) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::get_real (line 619) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::len (line 930) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::q_ipc_decode (line 988) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::push_symbol (line 894) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_bool (line 1388) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_byte (line 1432) - compile ... ok
[INFO] [stdout] test src/lib.rs - S_to_str (line 1298) - compile ... ok
[INFO] [stdout] test src/lib.rs - decrement_reference_count (line 2126) - compile ... ok
[INFO] [stdout] test src/lib.rs - increment_reference_count (line 2154) - compile ... ok
[INFO] [stdout] test src/lib.rs - days_to_ymd (line 2422) - compile ... ok
[INFO] [stdout] test src/lib.rs - flip (line 1978) - compile ... ok
[INFO] [stdout] test src/lib.rs - error_to_string (line 1917) - compile ... ok
[INFO] [stdout] test src/lib.rs - enkey (line 2075) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_date (line 1658) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_int (line 1476) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::push (line 836) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_dictionary (line 1854) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_error (line 1885) - compile ... ok
[INFO] [stdout] test src/lib.rs - load_as_q_function (line 2320) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_datetime (line 1680) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_guid (line 1410) - compile ... ok
[INFO] [stdout] test src/lib.rs - KUtility::as_mut_slice (line 448) ... ok
[INFO] [stdout] test src/lib.rs - KNULL (line 291) ... ok
[INFO] [stdout] test src/lib.rs - new_char (line 1564) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_long (line 1498) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_symbol (line 1586) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_month (line 1633) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_second (line 1752) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 22) ... ok
[INFO] [stdout] test src/lib.rs - new_string_n (line 1832) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_string (line 1810) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_time (line 1777) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_timespan (line 1702) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 100) ... ok
[INFO] [stdout] test src/lib.rs - new_real (line 1520) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_timestamp (line 1609) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_short (line 1454) - compile ... ok
[INFO] [stdout] test src/lib.rs - null_terminated_str_to_S (line 1327) - compile ... ok
[INFO] [stdout] test src/lib.rs - unkey (line 2020) - compile ... ok
[INFO] [stdout] test src/lib.rs - null_terminated_str_to_const_S (line 1351) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ja (line 505) - compile ... ok
[INFO] [stdout] test src/lib.rs - new_float (line 1542) ... ok
[INFO] [stdout] test src/lib.rs - new_minute (line 1726) - compile ... ok
[INFO] [stdout] test src/lib.rs - register_callback (line 2216) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ee (line 631) - compile ... ok
[INFO] [stdout] test src/lib.rs - ymd_to_days (line 2403) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kc (line 171) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ke (line 135) - compile ... ok
[INFO] [stdout] test src/lib.rs - str_to_S (line 310) - compile ... ok
[INFO] [stdout] test src/native.rs - native::jv (line 525) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kb (line 27) - compile ... ok
[INFO] [stdout] test src/native.rs - native::js (line 587) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kd (line 236) - compile ... ok
[INFO] [stdout] test src/native.rs - native::dot (line 889) - compile ... ok
[INFO] [stdout] test src/native.rs - native::dj (line 977) - compile ... ok
[INFO] [stdout] test src/native.rs - native::b9 (line 704) - compile ... ok
[INFO] [stdout] test src/native.rs - native::knt (line 416) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kh (line 81) - compile ... ok
[INFO] [stdout] test src/native.rs - native::d9 (line 724) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ks (line 189) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ki (line 99) - compile ... ok
[INFO] [stdout] test src/native.rs - native::r0 (line 830) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kpn (line 320) - compile ... ok
[INFO] [stdout] test src/native.rs - native::k (line 664) ... ok
[INFO] [stdout] test src/native.rs - native::r1 (line 858) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kg (line 63) - compile ... ok
[INFO] [stdout] test src/native.rs - native::setm (line 914) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kp (line 302) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kj (line 117) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ktj (line 208) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kz (line 254) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ktd (line 373) - compile ... ok
[INFO] [stdout] test src/native.rs - native::sd1 (line 758) - compile ... ok
[INFO] [stdout] test src/native.rs - native::xD (line 454) - compile ... ok
[INFO] [stdout] test src/native.rs - native::kt (line 273) - compile ... ok
[INFO] [stdout] test src/native.rs - native::krr (line 481) - compile ... ok
[INFO] [stdout] test src/native.rs - native::ku (line 45) - compile ... ok
[INFO] [stdout] test src/native.rs - native::jk (line 555) ... ok
[INFO] [stdout] test src/native.rs - native::kf (line 153) ... ok
[INFO] [stdout] test src/native.rs - native::ymd (line 962) - compile ... ok
[INFO] [stdout] test src/native.rs - native::xT (line 340) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.98s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "33ba563f9ddc100fd0ee12f7eec9a32e5b13f828a28924cd5511e8c15502c384", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33ba563f9ddc100fd0ee12f7eec9a32e5b13f828a28924cd5511e8c15502c384", kill_on_drop: false }`
[INFO] [stdout] 33ba563f9ddc100fd0ee12f7eec9a32e5b13f828a28924cd5511e8c15502c384
